net/http.http2inflow.add (method)

9 uses

	net/http (current package)
		h2_bundle.go#L1501: func (f *http2inflow) add(n int) (connAdd int32) {
		h2_bundle.go#L6482: 		send = sc.inflow.add(n)
		h2_bundle.go#L6485: 		send = st.inflow.add(n)
		h2_bundle.go#L9865: 	connAdd := cc.inflow.add(n)
		h2_bundle.go#L9868: 		streamAdd = cs.inflow.add(n)
		h2_bundle.go#L9899: 		connAdd := cc.inflow.add(unread)
		h2_bundle.go#L9948: 			connAdd := cc.inflow.add(int(f.Length))
		h2_bundle.go#L10011: 		sendConn := cc.inflow.add(refund)
		h2_bundle.go#L10014: 			sendStream = cs.inflow.add(refund)